home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Convert / c-tonality-to-pitch < prev    next >
Text File  |  1998-08-11  |  277b  |  10 lines

  1. c-tonality-to-pitch tonality-symbols
  2.  
  3. (c-tonality-to-pitch '(d# 4 f 4 f# 4 g# 4 a# 4 c 5 c# 5))
  4. => (d#4 f4 f#4 g#4 a#4 c5 c#5)
  5.  
  6. (c-tonality-to-pitch
  7.  '((d# 4 f 4 f# 4 g# 4 a# 4 c 5 c# 5)
  8.    (c 4 d 4 e 4 f# 4 g# 4 a# 4)))
  9.  
  10. => ((d#4 f4 f#4 g#4 a#4 c5 c#5) (c4 d4 e4 f#4 g#4 a#4))